home *** CD-ROM | disk | FTP | other *** search
/ BMUG PD-ROM 1995 Fall / PD-ROM F95.toast / Utilities / System Utils / A-F System Utils / Commodore 64 0.4 ƒ / SOURCE / Keyboard.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-04-04  |  148 b   |  10 lines  |  [TEXT/ttxt]

  1. #ifndef KEYBOARD_H
  2. #define KEYBOARD_H
  3.  
  4. extern byte keyScan[8];
  5. extern byte scanCode[256];
  6.  
  7. void AppleScanKeyboard(byte chr, int modifiers);
  8.  
  9. #endif
  10.